home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Minixfs problems ...
- Date: Thu, 17 Feb 1994 23:53:58 -0800
- From: Howard Chu <hyc@hanauma.jpl.nasa.gov>
-
- Ah, forgot the context for my reply to Stephen Henson. Here's my diff:
-
- *** 1.1 1994/02/17 17:45:00
- --- main.c 1994/02/17 18:07:22
- ***************
- *** 280,288 ****
- * bus error right after the Mshrink call!
- */
- ! setstack(basepage+500L);
- #if defined(__TURBOC__) && !defined(__MINT__)
- ! Mshrink(0, (void *)basepage, 512L);
- #else
- ! Mshrink((void *)basepage, 512L);
- #endif
- r = Pexec(200, (char *)init_prg, init_tail, init_env);
- --- 280,288 ----
- * bus error right after the Mshrink call!
- */
- ! setstack(basepage+10000L);
- #if defined(__TURBOC__) && !defined(__MINT__)
- ! Mshrink(0, (void *)basepage, 10000L);
- #else
- ! Mshrink((void *)basepage, 10000L);
- #endif
- r = Pexec(200, (char *)init_prg, init_tail, init_env);
-
- Ok, so - I haven't been able to see what the stack values were before and
- after the crashes, has anyone else got more info? My crashes have been
- pretty consistently "pid 2 (AESSYS): Operating system killed.", but that's
- MultiTOS for ya. As I mentioned before, this happened quite a bit to me today
- whenever I finished a build of the MiNT source on my MFS partition. (I'd
- finish a build running tcsh 6.02 in a miniwin window, move over to double-
- click my C drive and boom, down it goes...)
-